projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173f780
)
(isearch-lazy-highlight-initial-delay): Set default
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 22 Jan 2001 10:19:34 +0000
(10:19 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 22 Jan 2001 10:19:34 +0000
(10:19 +0000)
to 0.25.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index e1903367baedc22ea4c1f9af83b6bf86d4284655..59c93a4fe92149f8233e30662c050a117ea0a849 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1842,7
+1842,7
@@
If this is nil, extra highlighting can be \"manually\" removed with
:type 'boolean
:group 'isearch-lazy-highlight)
-(defcustom isearch-lazy-highlight-initial-delay 0
; 0
.25
+(defcustom isearch-lazy-highlight-initial-delay 0.25
"*Seconds to wait before beginning to lazily highlight all matches."
:type 'number
:group 'isearch-lazy-highlight)